You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the service reference of Nacos MCP Server strongly bound? For example, if I want to instrumentalize a certain interface of a user service, do I need to bind the service reference to the corresponding user service? Can't I bind to the gateway service and let it handle the transfer?
在既有项目中采用的是gateway网关服务,我遇到的一个问题就是,我的项目每个请求都得经过网关服务,然后拿取相关租户,鉴权信息,携带这些信息路由到业务服务中,如果按照nacos+higress的方式配置mcp服务的话,那么我如何做到higress搭建AI网关,mcp tools是经过nacos上配置提示词,如何higress路由到相关服务的时候,路由到网关服务,再由网关服务路由到其他业务服务。
本地注册上去的服务
这下边是我的创建的mcp服务
如上图,如果我想要将auth服务的某个接口转为mcp服务,要求是经过网关服务,网关服务拿取相关信息,再让网关服务路由到auth服务,那么是否应该像我上边这么配置
The text was updated successfully, but these errors were encountered: